home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / plasmoid-quickaccess / README < prev   
Text File  |  2008-08-03  |  3KB  |  102 lines

  1. QuickAccess README
  2. ------------------------------------------------------------------------
  3. ------------------------------------------------------------------------
  4. About:
  5. ======
  6. I loved the Kickerapplett to browse through directories and 
  7. since there is no replacement for KDE4/Plasma yet I thought 
  8. I try to do something similar...
  9. Well thats the result...
  10.  
  11. My work is based on the work of some other people, and they should be mentioned:
  12. Robert Knight: pieces of code from Kickoff
  13. Peter Penz   : IconManager
  14.  
  15. Bugs/Wishes:
  16. ============
  17. email me: wirrkpf@googlemail.com
  18.  
  19. Install:
  20. ========
  21. You need at least KDE 4.1 beta, because the Plasma-API changed 
  22. from 4.0 to 4.1 and I don't know if it works as expected (or at all) on KDE 4.0.x
  23.  
  24. You will need the following packages and the corresponding devel packages:
  25. -kdelibs
  26. -kdebase-workspace
  27. -libkonq
  28.  
  29. to install:
  30. mkdir build
  31. cd build
  32. cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
  33. make
  34. sudo make install
  35.  
  36. You have to restart plasma to find QuickAccess in the Add Applets dialog:
  37. kquitapp plasma && plasma
  38.  
  39.  
  40. Changelog:
  41. ==========
  42. 0.7.1:
  43. ------
  44. -fixed a bug which lets quickaccess/plasma crash if you didn't open the popupdialog before
  45.  
  46. 0.7:
  47. ----
  48. -sorting
  49. -improved selection(by rubberband or shift/ctrl)
  50. -fixed a bug with invalid urls and changed default path to "~"
  51. -applet should now save the size if placed on the desktop
  52. -improved scrollinganimation
  53. -the popupdialog gets closed when an item in the contexmenu is triggered
  54.  
  55. 0.6.1:
  56. ------
  57. -fixed a bug with doubleclick settings(thanks for the report painkiller101)
  58. -fixed a bug where the icon in the panel remains highlighted
  59. -the listview now has by default keyboard focus
  60. -changed the width of the text in iconmode
  61.  
  62. 0.6:
  63. ----
  64. -changed the flipscrollview to an itemview that supports a listmode and an iconmode
  65. -option to disable navigation(clicking on a folder opens dolphin/konqueror)
  66. -some visual changes
  67.  
  68. 0.5.2:
  69. ------
  70. -fixed a bug where the previewimagesize was not updated when the iconsize of the listview changed
  71. -tooltips are disabled by default
  72. -little changes in the itemheight
  73.  
  74. 0.5.1:
  75. ------
  76. -fixed a bug where the text in the listview was drawn under the triangle
  77.  
  78. 0.5:
  79. ----
  80. -ToolTip support
  81. -extracted the resizefunctionality into a base class
  82. -option to adjust which previewplugins should be used(by default only the imageplugin)
  83. -some visual "improvements"
  84.  
  85. 0.4:
  86. ----
  87. -little cosmetic changes in the openbutton
  88. -custom label support
  89. -option to only show icons in the flipscrollview
  90.  
  91. 0.3:
  92. ----
  93. -use KDE's global single/double click settings for the flipscrollview
  94. -Drag and Drop support
  95.  
  96.  
  97. 0.2:
  98. ----
  99. -option to only show folders
  100. -option to filter the contents
  101.  
  102.